Companion

object Companion

Functions

Link copied to clipboard
fun fromFile(data: File): Promise<PAGImage>
Link copied to clipboard
fun fromPixels(pixels: Uint8Array, width: Int, height: Int, colorType: Int, alphaType: Int): PAGImage
Link copied to clipboard
fun fromSource(source: TexImageSource): PAGImage
Link copied to clipboard
fun fromTexture(textureID: Int, width: Int, height: Int, flipY: Boolean): PAGImage